home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1998 August / PC Direct August 1998.iso / S / powerj / Product / hpp.z / dtjpcanv.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-25  |  546 b   |  20 lines

  1. // Design Time Java Canvas implementation. (HPP)
  2.  
  3. #ifndef _DTJPCANV_HPP
  4. #define _DTJPCANV_HPP
  5.  
  6. #include "dtjcanvs.hpp"
  7.                       
  8. class METAEXPORTCLASSDEF DTJPaintCanvas : public DTJCanvas
  9. {
  10.     public:
  11.         DTJPaintCanvas( const MetaObject * pMetaObj );
  12.         virtual ~DTJPaintCanvas();
  13. };
  14.  
  15. // needed for mdreader
  16. typedef DTJPaintCanvas DTpowersoft__dot__powerj__dot__ui__dot__PaintCanvas__dot__102;
  17. typedef WFrame         powersoft__dot__powerj__dot__ui__dot__PaintCanvas__dot__102;
  18.  
  19. #endif // _DTJPCANV_HPP
  20.